projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7f158a
)
Suppress unused import warnings in generated code
author
Felix Krull
<f_krull@gmx.de>
Wed, 22 May 2019 09:06:10 +0000
(11:06 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/src/lib.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/src/lib.rs
b/rust-bindings/rust/src/lib.rs
index 77fda74008109c1f7df8fcb55ca28bd00886effd..3b60ab73b1c8d2f50bf2a9c9743605bbdbf5066a 100644
(file)
--- a/
rust-bindings/rust/src/lib.rs
+++ b/
rust-bindings/rust/src/lib.rs
@@
-14,6
+14,7
@@
extern crate lazy_static;
use glib::Error;
// code generated by gir
+#[allow(unused_imports)]
mod auto;
pub use crate::auto::functions::*;
pub use crate::auto::*;